home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / mac / Planete.net / Internet Confirmés_Vrac / HyperWais.sea / Release Notes / Release Notes 1 Aug 1992 < prev    next >
Text File  |  1992-09-07  |  2KB  |  52 lines

  1. Release Notes 1 August 1992
  2. ------------------------------
  3.  
  4. Version 1.2
  5.  
  6. HyperWais Stack
  7. ---------------
  8.  
  9. - Added support for fetching particular document types in
  10. the GetDoc and GetDocToFile functions.
  11.  
  12. - Added support for passing the siteIP number in the 
  13. GetDocByID and GetDocToFileByID functions.
  14.  
  15. - Added balloon help support (the text has not yet been written).
  16.  
  17.  
  18. Wais Listener and C Libraries
  19. --------------------------
  20.  
  21. - Added support for fetching particular document types in
  22. the WaisGetDoc and WaisGetDocToFile functions.
  23.  
  24. - Added support for passing the siteIP number in the 
  25. WaisGetDocByID and WaisGetDocToFileByID functions.
  26.  
  27. - Fixed a small memory problem which caused the listener
  28. to crash at seemingly random times when a long headline
  29. was returned from a search.
  30.  
  31. - Better Apple Event errors are now reported so that the Hypercard
  32. stack can distinguish between errors rather than just get one 
  33. error number.
  34.  
  35. - The Apple Event functions in the caller and the listener now
  36. use structures as parameters to between them rather than
  37. using discrete parameters. This speeds things up a lot and makes
  38. the handing of errors a lot easier. This means that the client
  39. (caller) now only receives two parameters from a return Event,
  40. an error ID and a structure containing the return parameters.
  41. A side effect of this has been to cut down the number of Apple
  42. Event parameters tags that need to exists. Also it allows us to
  43. change the structure without changing the code all that much.
  44.  
  45. - The document types are now concatenated in a 'return' delimted
  46. list, if there are more than one.
  47.  
  48. - The headline cleaning routine has been improved and nowremoves
  49. all carriage returns, line feeds and non printable characters. It
  50. has also been made safer.
  51.  
  52.